compress/flate.dictDecoder.init (method)
4 uses
compress/flate (current package)
dict_decoder.go#L39: func (dd *dictDecoder) init(size int, dict []byte) {
inflate.go#L784: f.dict.init(maxMatchOffset, dict)
inflate.go#L804: f.dict.init(maxMatchOffset, nil)
inflate.go#L823: f.dict.init(maxMatchOffset, dict)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)